POV-Ray : Newsgroups : povray.binaries.images : ~52k Menger (?) gasket (??) : Re: ~52k Menger (?) gasket (??) Server Time
18 Aug 2024 12:23:36 EDT (-0400)
  Re: ~52k Menger (?) gasket (??)  
From: Vahur Krouverk
Date: 24 Apr 2001 13:21:26
Message: <3AE5B66B.B2ADDFDB@aetec.ee>
BTW, your code could be made considerably faster, if you replace line
> #declare binary2=function{if(binary1,binary1,xx2*yy2)}
with line
 #declare binary2=function{if(binary1,1,xx2*yy2)}

(other functions should be corrected as well). 
In this case your code is as fast as mine..


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.